const github.com/klauspost/compress/zstd.maxTablesize
11 uses
github.com/klauspost/compress/zstd (current package)
fse_decoder.go#L27: maxTablesize = 1 << maxTableLog
fse_decoder.go#L35: dt [maxTablesize]decSymbol // Decompression table.
seqdec.go#L231: llTable, mlTable, ofTable := s.litLengths.fse.dt[:maxTablesize], s.matchLengths.fse.dt[:maxTablesize], s.offsets.fse.dt[:maxTablesize]
seqdec_amd64.go#L84: llTable: s.litLengths.fse.dt[:maxTablesize],
seqdec_amd64.go#L85: mlTable: s.matchLengths.fse.dt[:maxTablesize],
seqdec_amd64.go#L86: ofTable: s.offsets.fse.dt[:maxTablesize],
seqdec_amd64.go#L239: llTable: s.litLengths.fse.dt[:maxTablesize],
seqdec_amd64.go#L240: mlTable: s.matchLengths.fse.dt[:maxTablesize],
seqdec_amd64.go#L241: ofTable: s.offsets.fse.dt[:maxTablesize],
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |